home *** CD-ROM | disk | FTP | other *** search
/ Overshadow 6 / Overshadow_06_1997-08_Angels.d64 / w.timer _os6 < prev   
Text File  |  2023-02-26  |  932b  |  44 lines

  1.  
  2. ;--------------------------------------;
  3. ;                                      ;
  4. ; TIMER -Overshadow #06 melleklet- BLT ;
  5. ;                                      ;
  6. ;--------------------------------------;
  7.  
  8. timer    nop
  9.          nop
  10.          ldx #$ff
  11.          ldy #0
  12.          stx $dc00
  13.          sty $dc02
  14.          stx $dc03
  15.          stx $dc01
  16.          sty $dc01
  17.          stx $dc01
  18.          .byte $ea,$ea,$ea,$ea,$ea
  19.          lda $d013
  20.          stx $dc02
  21.          sty $dc03
  22.          stx $dc01
  23.          ldx #$7f
  24.          stx $dc00
  25.          lsr a
  26.          lsr a
  27.          lsr a
  28.          sta tm1+1
  29.          bcc tm1-1
  30.          clv
  31. tm1      bvc tm2
  32. tm2      .byte $ea,$ea,$ea,$ea,$ea
  33.          .byte $ea,$ea,$ea,$ea,$ea
  34.          .byte $ea,$ea,$ea,$ea,$ea
  35.          .byte $ea,$ea,$ea,$ea,$ea
  36.          .byte $ea,$ea,$ea,$ea,$ea
  37.          .byte $ea,$ea,$ea,$ea,$ea
  38.          .byte $ea,$ea
  39.          rts
  40.  
  41. ;---------------------------------------
  42.  
  43.  
  44.